-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(RELEASE-400): incorporate check-data-keys task in release pipeline #720
base: development
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
c12a590
to
c7747cd
Compare
d339fc4
to
2e89177
Compare
5d88a5c
to
d7ef3c8
Compare
c9ccb55
to
7ca3e22
Compare
@@ -49,8 +57,7 @@ | |||
}, | |||
"productName": { | |||
"type": "string", | |||
"description": "The product name e.g. exampleproduct ", | |||
"pattern": "^[a-z]+$" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/workspace/data/5c52c6c8-898a-4a85-93b2-9336e6601e52/data.json::$.fbc.productName: 'testProductName' does not match '^[a-z]+$'
Just removing for time being to get E2E to pass.
7ca3e22
to
a43b87a
Compare
2c4b577
to
a7d2762
Compare
This commit adds the check-data-keys task into the release pipelines to ensure validation of required data keys. Signed-off-by: Sean Conroy <sconroy@redhat.com>
a7d2762
to
7c51620
Compare
/ok-to-test |
This commit adds the check-data-keys task into the release pipelines to ensure validation of required data keys.